home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / NFX_Components / NetObjects / NOF_FAQ / goodies / samplecss.css
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.4 KB  |  62 lines

  1. /* Text style formating of the mandatory fields error text. */
  2. .MandatoryErrorText
  3. { COLOR: #ff0000;
  4.   FONT-FAMILY: Arial, Helvetica, Sans-Serif;
  5.   FONT-SIZE: small;
  6.   FONT-WEIGHT: bold; 
  7. }
  8.  
  9. /* Text style formating of the non-mandatory fields error text. */
  10. .ErrorText
  11. { COLOR: #ea480e;
  12.   FONT-FAMILY: Arial, Helvetica, Sans-Serif;
  13.   FONT-SIZE: small;
  14.   FONT-WEIGHT: bold; 
  15. }
  16.  
  17. /* Text style formating of the field label. */
  18. .LabelText
  19. { COLOR: #000000;
  20.   FONT-FAMILY: Verdana, Helvetica, Sans-Serif;
  21.   FONT-SIZE: x-small;
  22.   FONT-WEIGHT: bold; 
  23. }
  24.  
  25. /* Text style formating of the input box. */
  26. .Input
  27. { COLOR: #000000;
  28.   FONT-FAMILY: Arial, Helvetica, Sans-Serif;
  29.   FONT-SIZE: small;
  30.   BACKGROUND-COLOR: #ffffff; 
  31. }
  32.  
  33. /* Text style formating of the select field. */
  34. .Select
  35. { COLOR: #000000;
  36.   FONT-FAMILY: Arial, Helvetica, Sans-Serif;
  37.   FONT-SIZE: small;
  38.   BACKGROUND-COLOR: #ffffff; 
  39. }
  40.  
  41. /* Text style formating of the check boxes and the radio. */
  42. .CheckRadio
  43. { COLOR: #000000;
  44.   FONT-FAMILY: Arial, Helvetica, Sans-Serif;
  45.   FONT-SIZE: small; 
  46. }
  47.  
  48. /* Text style formating of the text area. */
  49. .TextArea
  50. { COLOR: #000000;
  51.   FONT-FAMILY: Arial, Helvetica, Sans-Serif;
  52.   FONT-SIZE: small;
  53.   BACKGROUND-COLOR: #ffffff; 
  54. }
  55.  
  56. /* Text style formating for submit button. */
  57. .SubmitButton
  58. { FONT-FAMILY: Arial, Helvetica, sans-serif;
  59.   FONT-SIZE: small;
  60.   FONT-WEIGHT: bold; 
  61. }
  62.